home *** CD-ROM | disk | FTP | other *** search
- Path: cpsc.ucalgary.ca!davidt
- From: davidt@cpsc.ucalgary.ca (David Taylor)
- Newsgroups: comp.lang.c++
- Subject: Re: Help!!, in directory change
- Date: 28 Mar 1996 22:40:01 GMT
- Organization: University of Calgary CPSC
- Message-ID: <4jf4g1$pgp@linux.cpsc.ucalgary.ca>
- References: <315526CF.77DE@ljusdal.se> <4jctjf$poh@pegasus.odyssee.net>
- NNTP-Posting-Host: bk.cpsc.ucalgary.ca
-
- In article <4jctjf$poh@pegasus.odyssee.net>,
- Marc Mazerolle <imaze@odyssee.net> wrote:
- >Marcsu <marcus.berggren@ljusdal.se> wrote:
- >
- >>I┤m, still in desperate need of help in chaging the "current"
- >>directory,(under UNIX). I┤m trying to wright to a file in another
- >>directory, and I don┤t now what function to call, to do that!!!
- >>I┤m using g++ 2.7.0......please hekp!!! I need it for my school work!
- >>/Marcsu
- >
- >>marcus.berggren@ljusdal.se
- >
- >The command is simply called "chdir" for CHange DIRectory and it
- >expects a "char *" as a parameter.
- >
- >Try "man chdir" on UNIX for full details
-
- Try "man 2 chdir". The chdir you want is in section 2 (system calls)
- of the unix manual.
-
- --
- Andrew Taylor |email: davidt@cpsc.ucalgary.ca
- |www: http://www.cpsc.ucalgary.ca/~davidt
-